home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / rtgmaster.m < prev    next >
Encoding:
Text File  |  2000-11-24  |  4.0 KB  |  115 lines

  1. LIBRARY RTGMasterBase
  2.     OpenRtgScreen(a0,a1)(d0)=-30,
  3.     CloseRtgScreen(a0)(d0)=-36,
  4.     SwitchScreens(a0,d0)(d0)=-42,
  5.     LoadRGBRtg(a0,a1)(d0)=-48,
  6.     LockRtgScreen(a0)(d0)=-54,
  7.     UnlockRtgScreen(a0)(d0)=-60,
  8.     GetBufAdr(a0,d0)(d0)=-66,
  9.     GetRtgScreenData(a0,a1:PTR TO TagItem)(d0)=-72,
  10.     RtgAllocSRList(a0)(d0)=-78,
  11.     FreeRtgSRList(a0)(d0)=-84,
  12.     RtgScreenAtFront(a0)(d0)=-90,
  13.     RtgScreenModeReq(a0)(d0)=-96,
  14.     FreeRtgScreenModeReq(a0)(d0)=-102,
  15.     WriteRtgPixel(a0,a1,d0,d1,d2)(d0)=-108,
  16.     WriteRtgPixelRGB(a0,a1,d0,d1,d2)(d0)=-114,
  17.     FillRtgRect(a0,a1,d0,d1,d2,d3,d4)(d0)=-120,
  18.     FillRtgRectRGB(a0,a1,d0,d1,d2,d3,d4)(d0)=-126,
  19.     WriteRtgPixelArray(a0,a1,a2,d0,d1,d2,d3)(d0)=-132,
  20.     WriteRtgPixelRGBArray(a0,a1,a2,d0,d1,d2,d3)(d0)=-138,
  21.     CopyRtgPixelArray(a0,a1,a2,d0,d1,d2,d3,d4,d5)(d0)=-144,
  22.     CopyRtgBlit(a0,a1,a2,a3,d0,d1,d2,d3,d4,d5,d6,d7)(d0)=-150,
  23.     DrawRtgLine(a0,a1,d0,d1,d2,d3,d4)(d0)=-156,
  24.     DrawRtgLineRGB(a0,a1,d0,d1,d2,d3,d4)(d0)=-162,
  25.     WaitRtgSwitch(a0)(d0)=-168,
  26.     WaitRtgBlit(a0)(d0)=-174,
  27.     RtgWaitTOF(a0)(d0)=-180,
  28.     RtgBlit(a0,a1,a2,d0,d1,d2,d3,d4,d5,d6)(d0)=-186,
  29.     RtgBltClear(a0,a1,d0,d1,d2,d3)(d0)=-192,
  30.     CallRtgC2P(a0,a1,a2,d0,d1,d2,d3,d4,d5)(d0)=-198,
  31.     RtgBestSR(a0)(d0)=-204,
  32.     RtgCheckVSync(a0)(d0)=-210,
  33.     InitRtgBobSystem(a0,d0)(d0)=-216,
  34.     CheckPPCCommand(a0,d0)(d0)=-222,
  35.     CloseRtgBobSystem(a0)(d0)=-228,
  36.     RtgBobRefreshBuffer(a0,a1,a2,d0)(d0)=-234,
  37.     RtgBobDrawSprite(a0,a1,a2,d0,d1,d2,d3)(d0)=-240,
  38.     Private4()(d0)=-246,
  39.     Private5()(d0)=-252,
  40.     Private6()(d0)=-258,
  41.     Private7()(d0)=-264,
  42.     RtgText(a0,a1,a2,d0,d1,d2)(d0)=-270,
  43.     RtgSetFont(a0,a1)(d0)=-276,
  44.     RtgClearPointer(a0)(d0)=-282,
  45.     RtgSetPointer(a0,a1,d0,d1,d2,d3)(d0)=-288,
  46.     RtgSetTextMode(a0,d0,d1,d2)(d0)=-294,
  47.     RtgOpenFont(a0,a1)(d0)=-300,
  48.     RtgCloseFont(a0,a1)(d0)=-306,
  49.     RtgSetTextModeRGB(a0,d0,d1,d2)(d0)=-312,
  50.     RtgInitRDCMP(a0)(d0)=-318,
  51.     RtgWaitRDCMP(a0)(d0)=-324,
  52.     RtgGetMsg(a0)(d0)=-330,
  53.     RtgReplyMsg(a0,a1)(d0)=-336,
  54. PPC,
  55.     PPCOpenRtgScreen(r4,r5)(r3)=-342,
  56.     PPCCloseRtgScreen(r4)(r3)=-348,
  57.     PPCSwitchScreens(r4,r5)(r3)=-354,
  58.     PPCLoadRGBRtg(r4,r5)(r3)=-360,
  59.     PPCLockRtgScreen(r4)(r3)=-366,
  60.     PPCUnlockRtgScreen(r4)(r3)=-372,
  61.     PPCGetBufAdr(r4,r5)(r3)=-378,
  62.     PPCGetRtgScreenData(r4,r5:PTR TO TagItem)(r3)=-384,
  63.     PPCRtgAllocSRList(r4)(r3)=-390,
  64.     PPCFreeRtgSRList(r4)(r3)=-396,
  65.     PPCRtgScreenAtFront(r4)(r3)=-402,
  66.     PPCRtgScreenModeReq(r4)(r3)=-408,
  67.     PPCFreeRtgScreenModeReq(r4)(r3)=-414,
  68.     PPCWriteRtgPixel(r4,r5,r6,r7,r8)(r3)=-420,
  69.     PPCWriteRtgPixelRGB(r4,r5,r6,r7,r8)(r3)=-426,
  70.     PPCFillRtgRect(r4,r5,r6,r7,r8,r9,a)(r3)=-432,
  71.     PPCFillRtgRectRGB(r4,r5,r6,r7,r8,r9,a)(r3)=-438,
  72.     PPCWriteRtgPixelArray(r4,r5,r6,r7,r8,r9,a)(r3)=-444,
  73.     PPCWriteRtgPixelRGBArray(r4,r5,r6,r7,r8,r9,a)(r3)=-450,
  74.     PPCCopyRtgPixelArray(r4,r5,r6,r7,r8,r9,a,b,c)(r3)=-456,
  75.     PPCCopyRtgBlit(r4,r5,r6,r7,r8,r9,r10,a,b,c,d,e)(r3)=-462,
  76.     PPCDrawRtgLine(r4,r5,r6,r7,r8,r9,a)(r3)=-468,
  77.     PPCDrawRtgLineRGB(r4,r5,r6,r7,r8,r9,a)(r3)=-474,
  78.     PPCWaitRtgSwitch(r4)(r3)=-480,
  79.     PPCWaitRtgBlit(r4)(r3)=-486,
  80.     PPCRtgWaitTOF(r4)(r3)=-492,
  81.     PPCRtgBlit(r4,r5,r6,r7,r8,r9,a,b,c,d)(r3)=-498,
  82.     PPCRtgBltClear(r4,r5,r6,r7,r8,r9)(r3)=-504,
  83.     PPCCallRtgC2P(r4,r5,r6,r7,r8,r9,a,b,c)(r3)=-510,
  84.     PPCRtgBestSR(r4)(r3)=-516,
  85.     PPCRtgCheckVSync(r4)(r3)=-522,
  86.     PPCInitRtgBobSystem(r4,r5)(r3)=-528,
  87.     PPCCheckPPCCommand(r4,r5)(r3)=-534,
  88.     PPCCloseRtgBobSystem(r4)(r3)=-540,
  89.     PPCRtgBobRefreshBuffer(r4,r5,r6,r7)(r3)=-546,
  90.     PPCRtgBobDrawSprite(r4,r5,r6,r7,r8,r9,a)(r3)=-552,
  91.     Private4(r4)(r3)=-558,
  92.     Private5(r4)(r3)=-564,
  93.     Private6(r4)(r3)=-570,
  94.     Private7(r4)(r3)=-576,
  95.     PPCRtgText(r4,r5,r6,r7,r8,r9)(r3)=-582,
  96.     PPCRtgSetFont(r4,r5)(r3)=-588,
  97.     PPCRtgClearPointer(r4)(r3)=-594,
  98.     PPCRtgSetPointer(r4,r5,r6,r7,r8,r9)(r3)=-600,
  99.     PPCRtgSetTextMode(r4,r5,r6,r7)(r3)=-606,
  100.     PPCRtgOpenFont(r4,r5)(r3)=-612,
  101.     PPCRtgCloseFont(r4,r5)(r3)=-618,
  102.     PPCRtgSetTextModeRGB(r4,r5,r6,r7)(r3)=-624,
  103.     PPCRtgInitRDCMP(r4)(r3)=-630,
  104.     PPCRtgWaitRDCMP(r4)(r3)=-636,
  105.     PPCRtgGetMsg(r4)(r3)=-642,
  106.     PPCRtgReplyMsg(r4,r5)(r3)=-648,
  107. M68K,
  108.     RtgScreenToFront(a0)(d0)=-654,
  109. PPC,
  110.     PPCRtgScreenToFront(r4)(r3)=-660,
  111. M68K,
  112.     RtgConvert(a0,a1,d0,d1,d2,d3)(d0)=-666,
  113. PPC,
  114.     PPCRtgConvert(r4,r5,r6,r7,r8,r9)(r3)=-672
  115.